/ Assembly List / LJCDBMessage / DbSqlBuilder / JoinStatement

Namespace - LJCDBMessage


Parameters
dbJoins - The joins object.
schemaName - The schema name.

Returns

The join statements string.

Syntax

C#
public String JoinStatement(DbJoins dbJoins, String schemaName = null)

Creates the join statement.

Remarks

The JoinOn "FromColumnName" is automatically qualified with the parent request table name unless it is already qualified by the user.

The JoinOn "ToColumnName" is automatically qualified with the join table name unless it is already qualified by the user.

The "From" and "To" column names are not qualified if the values begin and end, with the "|" character.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.